home *** CD-ROM | disk | FTP | other *** search
Text File | 1992-05-18 | 670 b | 72 lines | [TEXT/MPS ] |
- #include "Types.r"
- #include "MPWTypes.r"
- #include "ImageCodec.r"
-
- type 'cdec' {
- hex string;
- };
-
-
- resource 'cdci' (128 ) {
- "Courier",
- 1,
- 1,
- 'appl',
- codecInfoDoes1,
- codecInfoDoes1,
- codecInfoDepth1,
- 100,
- 100,
- 200,
- 200,
- 100,
- 0,
- 4,
- 4,
- 0,
- 0,
- 0
- };
-
-
-
- resource 'thng' (128 ) {
- compressorComponentType,
- 'font',
- 'appl',
- codecInfoDoes1,
- 0,
- 'cdec',
- 128,
- 'STR ',
- 128,
- 'STR ',
- 128,
- 'ICON',
- 0
- };
-
- resource 'thng' (129 ) {
- decompressorComponentType,
- 'font',
- 'appl',
- codecInfoDoes1,
- 0,
- 'cdec',
- 128,
- 'STR ',
- 129,
- 'STR ',
- 129,
- 'ICON',
- 0
- };
-
-
- resource 'STR ' (128 ) {
- "Courier Compressor"
- };
-
- resource 'STR ' (129 ) {
- "Courier Decompressor"
- };